This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Lisa Kiresabergynds 3.Nov.03 05:20 PM a Web browser Domino Designer6.0.2Windows 2000
I have a problem finding agent on current db!!!
Right frame of the Frameset displayes results of the left frame which has a Page with Embedded Outline.
1st entry of outline displays view from current db.
2nd entry runs agent from current db.
3rd entry of outline displays view from different db.
Agent does: msgbox "Running", that is all.
When I open db and click on "2nEntry" agent runs.
When I open "1stEntry" and then click on "2ndEntry", it also runs.
But, when I open the "3rdEntry" (view from different db) and then click on "2ndEntry", it does not run. I get message: "The specified agent does not exist."
Then 2nd outline entry has:@Command([ToolsRunMacro];"MyAgent").
I understand that in the last scenario notes looking for agent "MyAgent" in different db.
But, I cannot see, how to specify db name in the command...